From 2bbfd9bf7ac807072d2b9c7030e837e1c4432f7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 14 Jan 2010 18:01:04 +0000 Subject: [PATCH] Release babl-0.1.2 --- AUTHORS | 7 +++++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 6456945..3aa079b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,4 +30,11 @@
Portability patch.
Hubert Figuiere
C++ friendliness patch.
+
Danny Robson
+
Code cleanups.
+
Fryderyk Dziarmagowski freetz at gmx.net
+
Code cleanups.
+
Daniel Paredes García danipga at gmail.com
+
Initial work to make babl threadsafe
+ diff --git a/NEWS b/NEWS index d2a7518..fa132f3 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ the news section both in the README and the webpage. --> + +2010-01-15 babl-0.1.2
+Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation. +
2009-05-20 babl-0.1.0
Support for RGBA representation in the frequency domain, un-pre-multiply close-to-zero alpha values to complete black instead diff --git a/configure.ac b/configure.ac index 4ee4c7c..82bf3c8 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], 0) m4_define([babl_minor_version], 1) -m4_define([babl_micro_version], 1) +m4_define([babl_micro_version], 2) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2